PasswordAuthOptions

constructor(enabled: Boolean? = null, identityFields: List<String>? = null)

Parameters

enabled

Whether or not password authentication is enabled.

identityFields

A list of fields that can be used as a "username" or "email" to log in.